home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr27 / neucls3.zip / FILE_ID.DIZ < prev    next >
Text File  |  1995-03-03  |  4KB  |  109 lines

  1. Neucls3.zip, 605K Bytes, A Menu-Driven
  2. Neural Network Package for the PC System
  3. Requirements: x86-compatible PC machine
  4. with math coprocessor, 512k RAM, MSDOS
  5. 5.0+, A text editor called "Edit" in the
  6. path, c:\dos is in the path, 3 megabytes
  7. of disk space, on disk C, pkunzip
  8. version 204g must be in the path. The
  9. software can be operated with or without
  10. a bus-type mouse. A serial mouse may
  11. make the menus operate sluggishly. The
  12. software can be run from Windows or DOS.
  13. A Windows icon is included.
  14.  
  15.  
  16. B. Software Author
  17.    ---------------
  18.  
  19. The author of all programs in the Neucls.zip package, 
  20. except for program Ben.exe, is
  21.  
  22. Michael T. Manry
  23. P.O. Box 195069 
  24. Arlington, Texas 76019
  25. Compuserve: 73424,1327
  26. Email:  manry@uta.edu
  27.  
  28.  
  29.  
  30. C. What the Neucls Package Does
  31.    ----------------------------
  32.  
  33. The package consists of several programs, called by a menu system, 
  34. which design and analyze artificial neural networks for classification 
  35. or decision making. Included are programs which; 
  36.  (1) Put ASCII data into the correct format for neural processing,
  37.  (2) Calculate the required size of a multilayer perceptron from a
  38.      training data file
  39.  (3) Train a multilayer perceptron (MLP) neural net using 
  40.      backpropagation or a fast training method,
  41.  (4) Analyze and prune a trained neural network.
  42.  (5) Create a fortran subroutine which implements the trained network,
  43.  (6) Apply the trained network to data,
  44.  (7) Train and apply functional link neural networks, and
  45.  (8) Apply conventional and neural unsupervised learning to a data file.
  46.  
  47.  
  48. D. Demo versus Full-blown Versions
  49.    -------------------------------
  50.  
  51.  (1) The programs in the package are fully functional demos, except 
  52.      that some programs do not save weights to be used later.
  53.  (2) The 32-bit, full-blown versions of all programs in this package run 
  54.      approximately three times as fast as the demo versions.
  55.  (3) A fast demo version of the package, called Neucl.zip, will soon
  56.      be available at me.uta.edu.
  57.  
  58. E. New in this Version
  59.    --------------------
  60.  (1) Greatly improved help files
  61.  (2) Improved menus
  62.  (3) Minor software changes
  63.  
  64.  
  65. F. Getting Started
  66.    ---------------
  67.  
  68.  (1) Install the Neucls package automatically using the install 
  69.      batch file, or manually by following the instructions below. 
  70.  (2) Then go to the \Neuron\Batch\Dat subdirectory and type
  71.      "nuron" <Ret> to start up the package.
  72.  (3) For every menu category, in the order listed, go to the option 
  73.      called "Batch Run", if there is one, and press <Ret>. This 
  74.      will start up the "DOS Edit" editor for a parameter file used 
  75.      to control a demo run of one of the programs. 
  76.  (4) Examine the keyboard responses printed in the parameter file.
  77.      When you are ready for the demo, exit the editor. The program will
  78.      then be run using the parameter file.
  79.  (5) When you begin to get a feel for what the package does, you 
  80.      can process your own data files.
  81.  
  82.  
  83. G. Installing the Software
  84.    -----------------------
  85.  
  86.  (1) For automatic installation, type install.
  87.  (2) For manual installation, create directories \neuron, \neuron\batch, and 
  88.      \neuron\batch\dat, and put files clex.zp, nurn.zp, and datc.zp 
  89.      respectively into these directories. Unzip the zip files. 
  90.  (3) Put the batch file nuron.bat in the DOS directory or elsewhere in
  91.      the path before running this package. 
  92.  (4) Go to a directory which has training data, such as \neuron\batch\dat
  93.  (5) Type "nuron" at the DOS prompt to start up the package.
  94.  
  95.  
  96. H. Use and Distribution of Neucls.zip
  97.    ----------------------------------
  98.  
  99. Users can distribute the file Neucls.zip to any person or bulletin 
  100. board, but cannot sell it or distribute individual component programs 
  101. in the package.
  102.  
  103.  
  104.  
  105. I. File Ben.exe
  106.    ------------
  107.  
  108. The Neucls package uses "The Batch ENhancer (c) 1993, Version 3.11"
  109. to create and display menus. Queries concerning "The Batch En